*{
    padding: 0px;
    margin: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#nav{
    width: 100%;
    height: 10vh;
    background-color: brown;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
    margin-left: 640px;
    color: aliceblue;
    margin-top: 10px;
    font-size: 9px;
}
.logo i{
    color: black;
} 
.logo1{
    position: absolute;
   margin-left: 1000px;
   margin-top: 10px;
   
}
.logo1 h1{
    width: 57%;
    height: 4vh;
    color: aliceblue;
    padding-top: 4px;
    font-size: 15px;
    background-color: red;
    border-radius: 5px;
}
.logo1 img{
    width: 19%;
}
.logo1 span{
    color: aliceblue;
}

.mid{
    width: 100%;
    height: 15vh;
    background-color:rgb(235, 171, 108);
}
.midrap{
    width: 80%;
    margin: auto;
}
.logo2{
    position: absolute;
    color: darkviolet;
    font-family: cursive;
    font-weight: bolder;
    font-size: 40px;
    margin-top: -10px;
    margin-left: -50px;
}
.logo2 img{
    margin-top: 13px;
}
.menu{
    float: right;
    margin-top: 20px;
}
.menu ul li{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}
.menu ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}


.banner{
    width: 100%;
    height: 90vh;
    background-image: url(./ban.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banrap{
    width: 80%;
    margin: auto;
}
.banner span{
    color: aliceblue;
    position: absolute;
    margin-left: 300px;
    margin-top: 120px;
    font-size: 18px;
}
.banner h1{
    color: aliceblue;
    padding-top: 150px;
    padding-left: 300px;
    font-size: 70px;
}
.banner p{
    color: aliceblue;
    padding-left: 300px;
    text-align: justify;
    font-size: 20px;
}
.banner button{
    width: 10%;
    height: 6vh;
    font-size: 14px;
    background-color: rgb(245, 43, 8);
    color: white;
    border: none;
    border-radius: 18px;
    position: absolute;
    margin-left: 300px;
    margin-top: 50px;
    cursor: pointer;
}
.banner button:hover{
    outline:auto;
    background-color: aliceblue;
    font-weight: bold;
    color: red;
}
.mid1{
    width: 100%;
    height: 70vh;
    background-color: antiquewhite;
}
.midrap1{
    width: 80%;
    margin: auto;
}
.mid1 h1{
    text-align: center;
    padding-top: 50px;
    font-size: 58px;
    font-weight: bold;
}
.mid1 p{
    text-align: center;
    padding-top: 40px;
}
.box{
    display: grid;
    grid-template-columns: auto auto auto;
   grid-column-gap: 70px;
   grid-row-gap: 30px;
    position: absolute;
}
.box1 h2{
margin-top: 20px;
margin-left: 140px;
font-size: 15px;
color: rgb(3, 3, 151);
font-weight: bold;
}
.box1 i{
color: brown;
font-size: 20px;
}
.mid1 button{
    width: 10%;
    height: 7vh;
    font-size: 14px;
    background-color: rgb(245, 43, 8);
    color: white;
    border: none;
    border-radius: 18px;
    position: absolute;
    margin-left: 500px;
    margin-top: 150px;
    cursor: pointer;
}
.mid1 button:hover{
    outline:auto;
    background-color: aliceblue;
    font-weight: bold;
    color: red;
}
.mid2{
    width: 100%;
    height: 80vh;
    background-color: antiquewhite;
}
.midrap2{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
   grid-column-gap: 70px;
   grid-row-gap: 30px;
}
.box2 img{
    width: 80%;
    height: 60vh;
    padding-top: 70px;
}
.box2 h1{
text-align: justify;
padding-top: 80px;
}
.box2 p{
    text-align: justify;
    padding-top: 8px;
}
.box2 button{
    width: 10%;
    height: 6vh;
    font-size: 14px;
    background-color: rgb(245, 43, 8);
    color: white;
    border: none;
    border-radius: 18px;
    position: absolute;
    margin-left: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.box2 button:hover{
    outline:auto;
    background-color: aliceblue;
    font-weight: bold;
    color: red;
}
.mid3{
    width: 100%;
    height: 87vh;
    background-color: antiquewhite;
}
.midrap3{
    width: 100%;
    height: 87vh;
    background-color: rgba(48, 53, 56, 0.541);
   
}

.box3{
    display: grid;
    grid-template-columns: auto auto auto;
   grid-column-gap: 100px;
   grid-row-gap: 30px;
   position: absolute;
   margin-top: 90px;
   margin-left: 100px;
}
.box4 {
    width: 130%;
    height: 60vh;
    background-color: white;
}
.box4 h1{
color: rgb(252, 49, 49);
font-size: 20px;
text-align: center;
padding-top: 100px;
}
.box4 p{
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}
.box4 button{
    width: 14%;
    height: 6vh;
    font-size: 14px;
    background-color: rgba(240, 248, 255, 0.582);
    color: rgb(151, 45, 45);
    border: 2px solid brown;
    border-radius: 18px;
    position: absolute;
    margin-left: 89px;
    margin-top: 30px;
    cursor: pointer;
}
.box4 button:hover{
    outline:auto;
    background-color: rgb(245, 43, 8);
    font-weight: bold;
    color: white;
}
.box4 i{
    position: absolute;
    margin-top: 60px;
    margin-left: 150px;
    font-size: 30px;
    color: rgb(189, 125, 5);
}
.box4:hover{
    background-color: rgb(13, 66, 228);
    color: white;
    border-radius: 80px;
}
.mid4{
    width: 100%;
    height: 220vh;
    background-color: antiquewhite;
}
.midrap4{
    width: 80%;
    margin: auto;
   
}
.mid4 h1{
    text-align: center;
    font-size: 40px;
    padding-top: 90px;
}
.mid4 p{
    font-size: 19px;
    text-align: center;
    padding-top: 50px;
    color: rgb(30, 30, 148);
}
.box5{
    display: grid;
    grid-template-columns: auto auto;
   grid-column-gap: 30px;
   grid-row-gap: 30px;
   margin-top: 70px;
}
.box7:hover{
    background-color: rgb(249, 228, 190);
}
.box7 img{
    width: 98%;
    height: 70vh;
    border: 4px solid rgb(225, 158, 51);
}
.box7 h1{
    font-size: 19px;
    padding-top: 50px;
    padding-left: 10px;
    text-align: justify;
    
}
.box7 p{
    font-size: 14px;
    color: black;
    text-align: justify;
    padding-left: 10px;
    padding-bottom: 30px;
}
.box8{
    display: grid;
    grid-template-columns: auto auto;
   grid-column-gap: 30px;
   grid-row-gap: 30px;
  
}
.box9:hover{
   
    background-color: rgb(249, 228, 190);
}
.box9 img{
    width: 97%;
    height: 30vh;
    border: 4px solid rgb(225, 158, 51);
}
.box9 h1{
    font-size: 17px;
text-align: justify;
padding-left: 30px;
}
.box9 p{
    font-size: 14px;
    text-align: justify;
    color: black;
    padding-left: 30px;
    padding-bottom: 30px;
}



.box10{
    display: grid;
    grid-template-columns: auto auto;
   grid-column-gap: 30px;
   grid-row-gap: 30px;
   margin-top: 70px;
}
.box11:hover{
    background-color: rgb(249, 228, 190);
}
.box11 img{
    width: 97%;
    height: 30vh;
    border: 4px solid rgb(225, 158, 51);
}
.box11 h1{
    font-size: 19px;
    padding-top: 50px;
    text-align: justify;
    padding-left: 30px;
    
}
.box11 p{
    font-size: 14px;
    color: black;
    text-align: justify;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer{
    width: 100%;
    height: 18vh;
    background-color: rgb(110, 49, 11);
}
.footrap{
    width: 80%;
    margin: auto;
}
.footer h1{
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 40px;
}